home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13857 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  929 b 

  1. Path: wdl1.wdl.loral.com!usenet
  2. From: Chuck Gantz <chuck.gantz&globalstar.loral.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Passing command line params in Windows
  5. Date: 27 Mar 1996 20:25:05 GMT
  6. Organization: Globalstar L.P.
  7. Message-ID: <4jc871$jg7@wdl1.wdl.loral.com>
  8. NNTP-Posting-Host: gstar166.wdl.loral.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
  13.  
  14. I have a win3.1 program that I've written, using OWL, that is designed to 
  15. have only one copy of the program running at once, i.e. starting the 
  16. program, then minimizing, then running again, just starts the original 
  17. program at the point where it was minimized. The program accepts command 
  18. line parameters. The question is, if you pass different command line 
  19. parameters the second time you run the program, how do you tell the 
  20. application to recalculate based on the new parameters?
  21.  
  22.